h1,
h2 {
    color: #000 !important;
}

a {
    color: #000
}

caption {
    display: none;
}

/*Cookies Banner*/
button#AcceptAdditionalCookiesButton {
    background: #7b2379;
    font-family: "FrutigerLTStd-Bold";
}

button#RejectAdditionalCookiesButton {
    background: #7b2379;
    font-family: "FrutigerLTStd-Bold";
}

/* Landing Pages */
.landing-page-card-row {
    margin-bottom: 20px;
}

.landing-page-card {
    border: 2px solid #BDBDBD;
    border-radius: 7px;
    border-color: #BDBDBD !important;
    padding: 30px 10px;
}

.landing-page-card-title {
    color: #15181a !important;
    font-size: 28px;
    margin: 40px 0;
}


/* Header */

/* #register-btn-white>a {
    background-color: rgb(47, 161, 112);
    color: white;
}

.nav-link {
    font-weight: bold;
    font-size: 1.1em;
}

.login-link {
    border: 1px solid #2fa170;
    border-radius: 6px;
    margin-right: 10px;
} */

/* Footer */

.footer {
    background-color: #2fa170;
    background-color: #2fa170;
    width: unset;
    height: unset;
    position: unset;
    bottom: unset;
    margin-top: 50px;
}

.footer-p {
    color: #fff;
    padding: 2px 0;
}

.footer-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer>div.container>div>div.col-md-5>div>p:nth-child(3)>a {
    color: #fff;
    text-decoration: underline;
}

#social-icons {
    text-align: center;
    float: right;
    margin-right: 120px;
}

.poweredby-row {
    background-color: #20694a;
}

#poweredby_p {
    padding: 20px 0;
    margin-bottom: 0;
    color: #fff;
}

#hanlonClient {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.nav-footer {
    position: relative;
    margin: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.li-inline {
    /* display: inline; */
    padding: 5px;
    list-style-type: none;
}

.li-inline a {
    color: #fff;
}

#footerLink>img {
    margin-top: 60px;
    /* width: 20rem; */
}

.icons {
    color: #2fa170;
    background: #ffffff;
    border-radius: 2px;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    margin: 0 4px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 20px;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    font-weight: unset !important;
    text-decoration: none;
    margin-top: 20px;
}

.icons:hover,
.icons:focus {
    background: #fff;
    text-decoration: none !important;
    color: #333;
}

/* FA icons */
.icons:nth-of-type(1):before {
    content: '\f09a';
}

.icons:nth-of-type(2):before {
    content: '\f099';
}

.icons:nth-of-type(3):before {
    content: '\f16d';
}

/* Cards */
.card-green {
    border-bottom-color: rgb(57, 146, 108);
    background-color: rgba(51, 129, 96, 0.27);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.card-help {
    min-height: 400px;
}

.card-help-link {
    text-decoration: underline;
    color: #1a1d1f;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
}

.card-help-text {
    padding-top: 20px;
}

.card-purple {
    padding: 15px;
    min-height: 308px;
    background: #ffffff;
    border-radius: 16px;
    border: 3px solid #7b2379 !important;
}

/* Buttons */
.btn-primary {
    background-color: rgb(101 47 108);
    border-color: rgb(101 47 108);
    font-weight: bold;
    font-size: 16px;
}

.btn-primary:hover {
    border-color: #000;
    background: #fff;
    transition: 0.6s;
}

.btn-primary:focus {
    background: #fff;
    outline: 2px dashed #000;
    color: #000;
}

/*Opportunities Page*/
.form-control:focus {
    outline: 2px dashed #000 !important;
    box-shadow: none;
    border-color: none;
}

.form-select:focus {
    border-color: transparent;
    outline: 2px dashed #000;
    box-shadow: none;
}

.vacancy-panel>.panel-body {
    padding: 1rem 1rem;
    border: 2px solid #7b2379;

}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
    height: 43px;
}

.vacancy-panel {
    min-height: initial;
    font-size: initial;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 2px solid #7b2379;
    border-radius: 8px;
}

.vacancy-panel>.panel-body {
    padding: 1rem 1rem;
    border: none !important;
}

.vacancy-panel-title {
    color: #000 !important;
    ;
    font-size: 1.375em !important;
    font-family: "FrutigerLTStd-Bold" !important;
}

.vacancy-panel-title {
    color: #000;
    font-size: 1.375em;
    font-family: "FrutigerLTStd-Bold";
}

button#ShowMoreButton {
    background: #7b2379;
    font-family: "FrutigerLTStd-Bold";
}

.panel-footer.card-footer.vacancy-panel-footer {
    background: #7b2379;
}

a.link.vacancy-panel-link {
    color: #fff;
    font-family: "FrutigerLTStd-Bold";
}

.vacancy-panel-label {
    font-weight: bold;
    font-family: "FrutigerLTStd-Bold";
    color: #000;
}

/*News and Events Page*/
.tile-news-item-image-div {
    border: 3px solid #7b2379 !important;
    padding: 10px !important;
    min-height: 470px !important;
    border-radius: 16px !important;
}

a.tile-news-item-title.link {
    font-family: "FrutigerLTStd-Bold";
    color: #000;
}

.tile-news-item-text {
    font-family: "FrutigerLTStd-Roman" !important;
}

span.vacancy-panel-employer-name {
    font-family: "FrutigerLTStd-Roman" !important;
}

span.vacancy-panel-type {
    font-family: "FrutigerLTStd-Roman" !important;
}

span.vacancy-panel-closing-date {
    font-family: "FrutigerLTStd-Roman" !important;
}

span.vacancy-panel-postcode {
    font-family: "FrutigerLTStd-Roman";
}

/*Login*/
.form-label {
    margin-bottom: .5rem;
    color: #000;
    font-family: "FrutigerLTStd-Bold";
}

a#ctl00_mCPH_RegisterLink {
    font-family: "FrutigerLTStd-Bold";
    color: #000;
}

a.link {
    font-family: "FrutigerLTStd-Bold";
    color: #000;
}

/*Registration Selection Page*/
.panel-heading.resident-heading {
    background: #7b2379;
    color: #fff;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
}

.panel-heading.enterprise-heading {
    background: #7b2379;
    color: #fff;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
}

/*Pre Registration Selection Page*/
input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    /* background-color: #D31568; */
    border: none;
    padding: 20px;
    margin: 5px 15px;
    border-radius: 0;
    border: 1px solid;
    display: inline-block;
    border: 3px solid #652F6C;
    position: relative;
    vertical-align: middle;
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
    content: "X";
    font-size: 38px;
    position: absolute;
    /* top: 2px; */
    /* left: 6px; */
    top: -10px;
    left: 10px;
    color: #323133;
    font-weight: 400;
}

button#SubmitButton {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-size: 18px;
    font-family: "FrutigerLTStd-Bold";
    margin-top: -30px;
    margin-bottom: 30px;
}

input#btnRegister {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-size: 18px;
    font-family: "FrutigerLTStd-Bold";
    margin-top: 0px;
    margin-bottom: 30px;
}

/* div#residentPanel {
    border: 2px solid #7b2379;

}
div#enterprisePanel {
    border: 2px solid #7b2379;
} */
.panel-heading.resident-heading {
    background: #7b2379;
    color: #fff;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel-heading.enterprise-heading {
    background: #7b2379;
    color: #fff;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

a#btn1 {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
}

#btn1:hover {
    color: #000;
    background-color: #fff;
    transition: 0.6s;
}

a#btn2 {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
}

#btn2:hover {
    color: #000;
    background-color: #fff;
    transition: 0.6s;
}

a#btn3 {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
    margin-top: 50px;
}

#btn3:hover {
    color: #000;
    background-color: #fff;
    transition: 0.6s;
}

p.resident-text {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "FrutigerLTStd-Roman";
}

p.employer-text {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "FrutigerLTStd-Roman";
}

/*Client Registration Wizard Pages*/
.btn-primary:hover {
    border-color: #000;
    color: #e6388d;
    background: #fff;
    transition: 0.6s;
}

.text-info {
    --bs-text-opacity: 1;
    color: #000;
    font-weight: bold;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px !important;
}

/*Sidebar*/
.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: #652f6c;
    --bs-list-group-border-color: #ffffff;
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-family: "FrutigerLTStd-Bold";
}

.fa-chevron-right:before {
    content: "\f054";
    padding-right: 10px;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-family: "FrutigerLTStd-Bold";
}

.list-group-item:first-child:hover {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    transition: 0.6s;
}

.list-group-item+.list-group-item:hover {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    transition: 0.6s;
}

.list-group-item:first-child:focus {
    outline: 2px dashed #000;
    color: #000;
    background: #fff;
}

.list-group-item+.list-group-item:focus {
    outline: 2px dashed #000;
    color: #000;
    background: #fff;
}

li.dt-paging-button.page-item.disabled {
    border: 2px solid #652f6c;
}

/*Enterprise Pre-Registration Page*/
.alert.alert-info {
    background: #7b2379;
    color: #fff;
    font-family: "FrutigerLTStd-Bold";
}

a.email {
    font-family: "FrutigerLTStd-Bold";
    color: #fff;
}

p.pre-registration-text {
    font-family: "FrutigerLTStd-Bold";
    color: #000;
}

input#ctl00_mCPH_EnterpriseNameSearchControl_SearchButton {
    padding: 10px;
}

.text-info {
    --bs-text-opacity: 1;
    color: #000 !important;
    font-weight: bold;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px !important;
}

/*Enterprise Registration Wizard*/
td.wizardStepStyle {
    background: #fff !important;
}

.MainPanelGeneral {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #7b2379 !important;
    border-radius: 10px;
    margin-bottom: 25px;
}

.GeneralTitle {
    font-size: 25px;
    margin-bottom: 10px;
    color: #fff;
    font-family: "FrutigerLTStd-Bold";
}

.Container {
    display: flex;
    flex-direction: column;
    padding: 5px;
    background-color: #C29FD8 !important;
    border-radius: 5px;
    margin-bottom: 10px;
}

.Label {
    font-size: 18px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 3px;
    font-family: "FrutigerLTStd-Bold";
    color: #000;
}

a#ShowGoogleAddressInputButton {
    color: #000;
    font-size: 16px;
    font-family: "FrutigerLTStd-Bold";
}

a#ClearAddressButton {
    color: #000;
    font-size: 16px;
    font-family: "FrutigerLTStd-Bold";
}

.MainContainerContact {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #7b2379 !important;
    border-radius: 10px;
    margin-bottom: 25px;
}

span#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_ContactPanel_Name {
    color: #fff;
    font-family: "FrutigerLTStd-Bold";
}

.HeaderStyle {
    background: #c29fd8 !important;
    color: #000;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
}

.RowStyle {
    background: #652f6c !important;
}

span#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_GeneralPanel_ctl09 {
    color: #000 !important;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}

button.close.button__closedialog {
    left: 70%;
    position: relative;
    background: #fff;
    font-size: 18px;
}

/*Skills Page*/

input#ctl00_mCPH_AddSkillButton {
    background: #652f6c;
    color: #fff;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
    padding: 10px;
    border: 1px solid transparent;
}

input#ctl00_mCPH_AddSkillButton:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

input#ctl00_mCPH_AddSkillButton:focus {
    outline: 2px dashed #000;
    background: #fff;
}

input#ctl00_mCPH_AddSkillRequireProofButton {
    background: #652f6c;
    color: #fff;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
    padding: 10px;
    border: 1px solid transparent;
}

input#ctl00_mCPH_AddSkillRequireProofButton:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

input#ctl00_mCPH_AddSkillRequireProofButton:focus {
    outline: 2px dashed #000;
    background: #fff;
}

span.dxtv-ndTxt.dx-vam {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    font-family: "FrutigerLTStd-Bold";
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    padding: 15px;
    min-height: 275px;
    background: #ffffff;
    border-radius: 16px;
    border: 3px solid #7b2379 !important;
}

p {
    margin: 0 0 10px;
    font-size: 18px;
    font-family: "FrutigerLTStd-Roman";
    font-weight: bold;
    color: #000;
}

input#ctl00_mCPH_btnExit {
    display: none;
}

/*Enterprise Registration Wizard styling*/
.enterprise-wizard-panel {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 2px solid #7b2379;
    border-style: double;
    border-width: 8px;
}